object frmVMacro: TfrmVMacro Left = 456 Top = 140 Width = 318 Height = 510 ActiveControl = btnClose BorderStyle = bsSizeToolWin Caption = 'MiniMacro Information' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poMainFormCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 5 Top = 8 Width = 36 Height = 35 Picture.Data = {} end object Label2: TLabel Left = 45 Top = 65 Width = 246 Height = 26 Caption = 'Press the - (Numpad Minus) key while the Ctrl key is held down. ' + 'This starts the recording session. ' WordWrap = True end object Label1: TLabel Left = 48 Top = 26 Width = 227 Height = 13 Caption = 'To use MiniMacro'#39's V-Macro recording feature...' WordWrap = True end object RzBorder1: TRzBorder Left = 14 Top = 369 Width = 289 Height = 7 BorderSides = [sdTop] end object Label3: TLabel Left = 45 Top = 114 Width = 136 Height = 13 Caption = 'Type the desired keystrokes.' WordWrap = True end object Label4: TLabel Left = 45 Top = 151 Width = 243 Height = 26 Caption = 'Press the - (NumpadMinus) key while the Ctrl key is held down. T' + 'his ends the recording session. ' WordWrap = True end object Label5: TLabel Left = 45 Top = 208 Width = 238 Height = 39 Caption = 'Press the + (Numpad Plus) key while the Ctrl key is held down. T' + 'his will play back the recorded keystrokes.' WordWrap = True end object Label10: TLabel Left = 47 Top = 261 Width = 205 Height = 26 Caption = 'Once recorded, a V-Macro is effective until over-written or the ' + 'current session ends' Font.Charset = ANSI_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object RzBorder2: TRzBorder Left = 14 Top = 317 Width = 289 Height = 7 BorderSides = [sdTop] end object RzLabel1: TRzLabel Left = 16 Top = 68 Width = 7 Height = 16 Caption = '1' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False FrameSides = [] end object RzLabel2: TRzLabel Left = 16 Top = 113 Width = 7 Height = 16 Caption = '2' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False FrameSides = [] end object RzLabel3: TRzLabel Left = 16 Top = 155 Width = 7 Height = 16 Caption = '3' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False FrameSides = [] end object RzLabel4: TRzLabel Left = 16 Top = 210 Width = 7 Height = 16 Caption = '4' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False FrameSides = [] end object RzLabel5: TRzLabel Left = 104 Top = 3 Width = 92 Height = 24 Caption = 'V - Macro' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False FrameSides = [] end object RzBorder3: TRzBorder Left = 14 Top = 419 Width = 289 Height = 7 BorderSides = [sdTop] end object Label11: TLabel Left = 114 Top = 378 Width = 118 Height = 26 Caption = 'Plays back the recorded keystrokes.' WordWrap = True end object Label9: TLabel Left = 14 Top = 378 Width = 61 Height = 13 Caption = 'Ctrl + Num + ' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 7 Top = 329 Width = 55 Height = 13 Caption = 'Ctrl + Num -' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 86 Top = 324 Width = 51 Height = 26 Caption = 'Record keystrokes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label8: TLabel Left = 154 Top = 329 Width = 55 Height = 13 Caption = 'Ctrl + Num -' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label12: TLabel Left = 224 Top = 324 Width = 49 Height = 26 Caption = 'Stop Recording' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label13: TLabel Left = 48 Top = 296 Width = 154 Height = 13 Caption = 'All keys are on the the Numpad !' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cboxVMacro: TCheckBox Left = 8 Top = 442 Width = 177 Height = 17 Caption = 'Do not show this form again' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = cboxVMacroClick end object btnClose: TButton Left = 232 Top = 440 Width = 70 Height = 20 Caption = '&Close' TabOrder = 1 OnClick = btnCloseClick end end